home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ Aug 89 / X0110-IApplication Error -Aug89 < prev    next >
Encoding:
Text File  |  1989-08-29  |  926 b   |  27 lines  |  [TEXT/GEOL]

  1. Item    6424990                         28-Aug-89        18:28
  2.  
  3. From:   D1032                           Softview, Lee Gummerman,PRT
  4.  
  5. To:     MACAPP.TECH$                    MACAPP Tech
  6.  
  7. Sub:    IApplication Error Messages
  8.  
  9. Subject:  IApplication Error Messages
  10.  
  11. In IApplication, there are the following calls:
  12.  
  13.         gClipWindow := MakeClipboardWindow;
  14.         gClipOrphanage := gClipWindow.FindSubView(KIDClipView);
  15.         FailNIL(gClipOrphanage);
  16.  
  17. If kIdClipView cannot be found, then FailNil puts up the message
  18. there is not enough memory to start the application.  Since I
  19. had a different clipboard window which used to work fine with
  20. 2.0ß5, it took me some time to associate the out of memory failure
  21. with a misnaming of a view within my clipboard window.  It seems that
  22. a more illuminating message might have been used here to enlighten
  23. dense programmers such as myself.  Dense users can be kept in the
  24. dark for all I care.
  25.  
  26.  
  27.